Perfect_maildir version 0.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    perfect_maildir  most recent diff


    version 0.3

      View the most recent changes for the perfect_maildir port at: perfect_maildir.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for perfect_maildir.
      The raw portfile for perfect_maildir 0.3 is located here:
      http://perfect_maildir.darwinports.com/dports/mail/perfect_maildir/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/perfect_maildir


      The perfect_maildir Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: perfect_maildir
      Version: 0.3
      Category: mail
      Platform: darwin
      Maintainers: simon openmaintainer
      Description: Simple but Perfect mbox to Maildir converter
      Long Description: ${description} by Philip Mak.

      Homepage: http://perfectmaildir.home-dn.net/
      Master Sites: ${homepage}/${name}/
      Checksums: md5 a5e52b2c12ded8e5670db7e46bfaebb1 sha1 6e0beadfcefe232fd89dbed2d3a5f2e454421ff7 rmd160 f076ea65732d1c49996f68c19956aa33b2eaaed3
      distfiles ${name}.pl

      depends_lib path:bin/perl:perl5 port:p5-timedate

      extract {
      file mkdir ${worksrcpath}
      file copy ${distpath}/${distfiles} ${worksrcpath}
      }

      patch {
      reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/${name}.pl
      }

      use_configure no

      build {}

      destroot {
      xinstall ${worksrcpath}/${name}.pl ${destroot}${prefix}/bin/${name}
      }

      livecheck.type regex
      livecheck.url ${master_sites}CHANGES
      livecheck.regex {v(\d+(?:\.\d+)*)}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/perfect_maildir
      % sudo port install perfect_maildir
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching perfect_maildir
      ---> Verifying checksum for perfect_maildir
      ---> Extracting perfect_maildir
      ---> Configuring perfect_maildir
      ---> Building perfect_maildir with target all
      ---> Staging perfect_maildir into destroot
      ---> Installing perfect_maildir
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using perfect_maildir with these commands:
      %  man perfect_maildir
      % apropos perfect_maildir
      % which perfect_maildir
      % locate perfect_maildir

     Where to find more information:

    Darwin Ports



    Lightbox this page.